home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / SpaceEscape •••• / SpaceEscape ееее / card_44475.txt < prev    next >
Text File  |  1990-10-02  |  3KB  |  118 lines

  1. -- card: 44475 from stack: in
  2. -- bmap block id: 45217
  3. -- flags: 4000
  4. -- background id: 8902
  5. -- name: post2
  6. ----- HyperTalk script -----
  7. on opencard
  8.   put "This Droolish officer eyes you suspiciously.  Be careful - "& "this guy means business."into field "info"
  9.   pass opencard
  10. end opencard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: A003
  17. -- rect: left=161 top=302 right=323 bottom=192
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: OK
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   global filter
  29.   if filter is "yes" then
  30.     beep
  31.     exit mouseup
  32.   end if
  33.   global donteat
  34.   get bkgnd field "do what"
  35.   if the number of words in it > 1 then
  36.     beep 2
  37.     oneword
  38.     exit mouseup
  39.   end if
  40.   if it contains "examine" or it contains "look" then
  41.     send "opencard" to this card
  42.     exit mouseup
  43.   end if
  44.   if it contains "hit" or it contains "kick" or it contains "punch" or it contains "push" or it contains "attack" or it contains "kill" then
  45.     play "boing"
  46.     put "When you hit the Drool, he goes wild and hits you.  Very "& "hard.  To make a long story short, he kills you.≈∏"into field"info"
  47.     global filter
  48.     put "yes" into filter
  49.     global action
  50.     put "attack" into action
  51.     exit mouseup
  52.   end if
  53.   if it contains "eat" or it contains "consume" then
  54.     put "When you bite the Drool, he goes wild and hits you.  Very "& "hard.  To make a long story short, he kills you.≈∏"into field"info"
  55.     global filter
  56.     put "yes" into filter
  57.     global action
  58.     put "attack" into action
  59.     exit mouseup
  60.   end if
  61.   if it contains "talk" or it contains "speak" then
  62.     put "The Drool just growls back."into field"info"
  63.     exit mouseup
  64.   end if
  65.   if it contains "give" or it contains "offer"then
  66.   put "This Drool is not interested in anything you have to offer." into field "info"
  67.   exit mouseup
  68. end if
  69. if it contains "fire" or it contains "shoot" then
  70.   global inventory
  71.   if inventory contains "gun" then
  72.     repeat for 30
  73.       play "harpsichord" tempo 2000 c7e c7e
  74.     end repeat
  75.     put "You fire the lazer pistol.  You watch as the guard disintegra"& "tes into a pile of dust.≈∏" into field "info"
  76.     global post2hide
  77.     put "yes" into post2hide
  78.     global filter
  79.     put "yes" into filter
  80.     global action
  81.     put "yah" into action
  82.     exit mouseup
  83.   else
  84.     put "You don't have a gun." into field "info"
  85.     exit mouseup
  86.   end if
  87. end if
  88. if it is "" then
  89.   put "Speak up.  I can't hear you." into field "info"
  90.   exit mouseup
  91. end if
  92. idunno
  93. end mouseUp
  94.  
  95. on cont
  96.   global filter
  97.   if filter is "yes" then
  98.     global action
  99.     if action is "attack" then
  100.       go to card "death"
  101.       put "" into filter
  102.     end if
  103.     if action is "yah" then
  104.       put "" into filter
  105.       go card "guard post 3"
  106.     end if
  107.   end if
  108. end cont
  109.  
  110.  
  111.  
  112. -- part contents for background part 2
  113. ----- text -----
  114. What would you like to do with the Art?
  115.  
  116. -- part contents for background part 7
  117. ----- text -----
  118. Guard